crypto/tls.Conn.secureRenegotiation (field)

3 uses

	crypto/tls (current package)
		conn.go#L66: 	secureRenegotiation bool
		handshake_client.go#L901: 		c.secureRenegotiation = true
		handshake_client.go#L908: 	if c.handshakes > 0 && c.secureRenegotiation {